.home-deck .card {
    flex-basis: 350px;
}

.box400 {
    height: 300px;
    width: 100%;
    object-fit: cover;

    /*border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    -ms-border-radius:25px;
    -o-border-radius:25px;*/
}

.box400.left{
    margin-right: auto;
    /* border-left: 20px solid #bc9246; */
}
.box400.right{
    margin-left: auto;
    /* border-right: 20px solid #af2425; */

}